home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / euphor14.zip / SEARCH.BAT < prev    next >
DOS Batch File  |  1995-03-08  |  159b  |  8 lines

  1. @echo off
  2. if "%0"=="search" goto nowait
  3. %EUDIR%\bin\ex.exe %EUDIR%\bin\SEARCH.ex %1
  4. goto done
  5. :nowait
  6. %EUDIR%\bin\ex.exe %EUDIR%\bin\search.ex %1
  7. :done
  8.